#!/bin/bash
# Run ifstatus against an adapter running dhcp client
#

adapter=$1

echo '/sbin/ifstatus-dhcp' "$adapter"
/sbin/ifstatus-dhcp $adapter
